				    .top{
    margin-bottom: 20px;
}
.con {
    width: 100%;
    position: relative;
}

.center {
    width: 100%;
    height: 104px;
    margin-bottom: 15px;
    background-color: #fff;
}

.center h1 {
    height: 56px;
    line-height: 56px;
    margin-top: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #4975b0;
    text-align: center;
}

.center p {
    height: 38px;
    line-height: 38px;
    color: #666;
    font-size: 16px;
    text-align: center;
}

.con1 {
    box-sizing: content-box;
    width: 1180px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fff;
    /* box-shadow: 0 0 10px #999; */
    overflow: hidden;
}

.con1 .slideBox {
    width: 55.8%;
    overflow: hidden;
    position: relative;
    float: left;
}

.con1 .slideBox .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    text-align: right;
}

.con1 .slideBox .hd ul {
    font-size: 0;
    height: 45px;
    padding-right: 40px;
    line-height: 45px;
    text-align: right;
}

.con1 .slideBox .hd ul li {
    width: 13px;
    height: 13px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    border-radius: 13px;
    background-color: #fff;
    margin-left: 5px;
}

.con1 .slideBox .hd ul li.on {
    background-color: #de4f48;
}

.con1 .slideBox .bd li a {
    display: block;
    position: relative;
}

.con1 .slideBox .bd li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    color: #fff;
}

.con1 .slideBox .bd li a img {
    width: 100%;
    display: block;
}

.con1 .slidetab {
    width: 42%;
    float: right;
    overflow: hidden;
    height: 360px;
}

.con1 .slidetab .hd ul {
    width: 100%;
    height: 35px;
    font-size: 0;
    border-bottom: 2px solid #e0e0e0;
}

.con1 .slidetab .hd ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 16%;
    height: 100%;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.con1 .slidetab .hd ul li.on {
    color: #4975b0;
    font-weight: bold;
    position: relative;
}

.con1 .slidetab .hd ul li.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #406798;
}

.con1 .slidetab .bd ul {
    margin-top: 10px;
}

/* ä¿®æ”¹ */
.con2 {
    width: 100%;
    box-sizing: content-box;
    margin-top: 30px;
    overflow: hidden;
    background-color: #fff;
}

.con2 img {
    width: 100%;
    display: block;
}
/* ä¿®æ”¹ */
/* .con2 {
  width: 1120px;
  box-sizing: content-box;
  margin-bottom: 10px;
  padding: 10px 40px;
  overflow: hidden;
  background-color: #fff;
}

.con2 .picScroll-left {
  width: 100%;
  position: relative;
}

.con2 .picScroll-left .hd a {
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 9999;
}

.con2 .picScroll-left .prev {
  left: -27px;
}

.con2 .picScroll-left .next {
  right: -27px;
}

.con2 .picList {
  font-size: 0;
}

.con2 .picList li {
  width: 250px;
  height: 98px;
  margin: 0 15px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.con2 .picList li img {
  width: 100%;
  vertical-align: top;
} */

.con3{
    width: 1170px;
    padding: 15px;
    box-sizing: content-box;
    margin-bottom: 10px;
    background-color: #fff;
}
.con3{
    margin-bottom: 13px;
}
.con3 .title,
.con6 .title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #d50408;
    font-weight: bold;
}
.con3 .title{
    margin-bottom: 20px;
}
.con3 .con3inner,
.con6 .con6inner {
    overflow: hidden;
}

.con3 .con3lef {
    width: 55.8%;
    float: left;
    background-color: #fff;
    overflow: hidden;
    margin: 5px;
}

.list li a {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.con3 .newstab .hd {
    margin-bottom: 10px;
}

.con3 .newstab .hd ul {
    font-size: 0;
}

.con3 .newstab .hd ul li {
    cursor: pointer;
    color: #333;
    padding-left: 15px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    font-size: 18px;
    position: relative;
}

.con3 .newstab .hd li.oli {
    padding-left: 0;

}

.con3 .newstab .hd li:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #d6d6d6;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.con3 .newstab .hd li.on {
    color: #4975b0;
}

.con3 .con3rig {
    width: 40.5%;
    float: right;
    background-color: #fff;
    margin: 5px;
}

.con3 .con3rig .name {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #4975b0;
    position: relative;
    overflow: hidden;
}

.con3 .con3riglist {
    padding: 15px 15px 15px;
    background-color: #f3f6fb;
    overflow: hidden;
}

.con3 .con3riglist .item {
    width: 215px;
    height: 50px;
    margin-bottom: 8px;
    background: #fff;
}

.con3 .con3riglist .item a {
    width: 215px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    background: #fff;
}

.con3 .con3riglist .item img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    padding: 0 5px;
}

.con4 {
    width: 100%;
    background-color: #fff;
}

.con4 .fwbklist {
    display: none;
}

.con4 .mode-list {
    height: 320px;
    border-bottom: 1px solid #e3e3e3;
}
.con4 .title{
    margin-bottom: 30px;
}
.con4 .title a{
    font-size: 24px;
    color: #d50408;
    font-weight: bold;
}

/* webiconScroll-left */

.con4 .webiconScroll-left {
    display: none;
}

.con4 .mode-list .mode-item {
    box-sizing: content-box;
    float: left;
    width: 239px;
    height: 319px;
    overflow: hidden;
    transition: width 0.4s ease;
    border-right: 1px solid #e3e3e3;
}

.con4 .mode-list .mode-item.active {
    width: 480px;
    border-right: 0;
}

.con4 .mode-wrap {
    width: 750px;
}

.con4 .mode-list .mode-item .mode-view {
    width: 240px;
    height: 320px;
    float: left;
    position: relative;
    transition: all 0.2s;
}

.con4 .mode-list .mode-item.active .mode-view {
    opacity: 0;
}

.con4 .mode-list .mode-item.active .mode-detail {
    opacity: 1;
}

.con4 .mode-list .mode-item.active .mode-wrap {
    margin-left: -240px;
    opacity: 1;
}

.con4 .yjs-box1 {
    width: 100%;
    height: 100%;
    background: url(mhfsimg1.jpg) no-repeat;
}

.con4 .yjs-box2 {
    width: 100%;
    height: 100%;
    background: url(mhfsimgactive.jpg) no-repeat;
}

.con4 .mode-detail {
    float: left;
    width: 480px;
    height: 320px;
    opacity: 0;
}

.con4 .detail-left {
    float: left;
    width: 240px;
    height: 320px;
}

.con4 .detail-right {
    float: left;
    width: 240px;
    height: 320px;
}

.con4 .yjs-box3 {
    padding: 7px 20px;
    background-color: #2661ab;
    width: 100%;
    height: 100%;
}

.con4 .yjs-box3 ul {
    margin-bottom: 20px;
}

.con4 .yjs-box3 li {
    margin-top: 15px;
    padding-left: 15px;
    position: relative;
    height: 15px;
    line-height: 15px;
}

.con4 .yjs-box3 li:before {
    content: '';
    width: 5px;
    height: 9px;
    background: url(mhfsarrow.png) no-repeat 0 -13px;
    position: absolute;
    left: 0;
    top: 4px;
}

.con4 .yjs-box3 li a {
    font-size: 14px;
    color: #7eade8;
}

.con4 .yjs-box3 li:hover a {
    color: #fff;
}

.con4 .yjs-box3 li:hover:before {
    background-position: 0 0;
}

.con4 .more {
    height: 28px;
    line-height: 28px;
}

.con4 .more a {
    color: #fff;
    font-size: 14px;
    display: block;
    background-color: #3c75bc;
    text-align: center;
}

.con4 .futs1 {
    padding: 0 13px;
}

.con4 .futs1 h5 {
    text-align: center;
    margin-top: 29px;
    font-size: 28px;
    font-weight: bold;
    color: #074695;
}

.con4 .futs1 ul {
    padding-top: 30px;
    overflow: hidden;
    margin: 0 -8px;
}

.con4 .futs1 ul li {
    float: left;
    width: 99px;
    width: calc(50% - 16px);
    box-sizing: content-box;
    padding: 0 8px;
    margin-top: 14px;
}

.con4 .futs1 ul li a {
    line-height: 36px;
    background: #f5f6f6;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.con4 .futs1 ul li a span {
    font-size: 14px;
}

.con4 .fws-box {
    height: 100%;
    padding: 22px 20px;
    background: #2661ab;
}

.con4 .fwy-box {
    height: 100%;
    background: #074695;
}

.con4 .fwy-box h2 {
    padding-top: 95px;
    text-align: center;
}

.con4 .fwy-box h2 i {
    display: block;
    width: 76px;
    height: 78px;
    background: url(mhfs46_03.png) no-repeat;
    margin: 0 auto 20px;
}

.con4 .futs1 h6 {
    width: 84px;
    height: 77px;
    background: url(mhfs46_03.png) no-repeat;
    margin: 28px auto 0;
}

.con4 .futs1 .h6-1 {
    background-position: -293px -8px;
}

.con4 .futs1 .h6-2 {
    background-position: -158px -8px;
}

.con4 .futs1 .h6-3 {
    background-position: -25px -8px;
}

.con4 .fwy-box h2 .i1 {
    background-position: -290px -105px;
}

.con4 .fwy-box h2 .i2 {
    background-position: -154px -105px;
}

.con4 .fwy-box h2 .i3 {
    background-position: -20px -104px;
}

.con4 .fwy-box h2 span {
    font-size: 24px;
    color: #fff;
}

.con4 .fws-box {
    height: 100%;
    padding: 22px 20px;
    background: #2661ab;
}

.con4 .fws-ul {
    border: 1px solid #669ce0;
    border-bottom: 0;
    border-right: 0;
    margin-bottom: 22px;
    overflow: hidden;
}

.con4 .fws-ul li {
    box-sizing: content-box;
    width: 98px;
    width: calc(50% - 1px);
    float: left;
    height: 36px;
    border-bottom: 1px solid #669ce0;
    border-right: 1px solid #669ce0;
    line-height: 36px;
}

.con4 .fws-ul li a {
    display: block;
    height: 100%;
    text-align: center;
}

.con4 .fws-ul li i {
    color: #639ade;
    margin-right: 7px;
}

.con4 .fws-ul li span {
    font-size: 12px;
    color: #7eade8;
}

.con4 .fws-ul22 li span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.con4 .fws-ul li:hover i {
    color: #fff;
}

.con4 .fws-ul li:hover span {
    color: #fff;
}

.con4 .fwbk2 {
    position: relative;
    height: 60px;
    padding: 30px 55px;
    box-sizing: content-box;
    overflow: hidden;
}

.con4 .fwbk2 .iconScroll-left {
    width: 100%;
    position: relative;
}

.con4 .fwbk2 .iconScroll-left .next {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.con4 .fwbk2 .iconScroll-left .prev {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.con4 .mode-list .mode-item:last-child {
    border-right: 0;
}

.con4 .fwbk2 .iconScroll-left li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 75px;
    margin: 0 12px;
}

.con4 .fwbk2 .iconScroll-left li .title {
    text-align: center;
}

.con4 .fwbk2 .iconScroll-left li .title a {
    font-size: 14px;
    color: #4975b0;
}

.con4 .fwbk2 .iconScroll-left li .pic {
    margin-bottom: 5px;
}

.con4 .fwbk2 .iconScroll-left li .pic a {
    display: block;
    width: 100%;
    height: 35px;
    position: relative;
}

.con4 .fwbk2 .iconScroll-left li .pic a img {
    position: absolute;
    top: 0;
    left: 50%;
    max-height: 100%;
    transform: translateX(-50%);
}

.con5 {
    width: 1186px;
    box-sizing: content-box;
    padding: 7px;
    margin-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
    display: none;
}

.con5 .webbigbanner {
    display: none;
}

.con5 img {
    width: 100%;
    display: block;
}
/* ä¿®æ”¹å¼€å§‹ */
.mb {
    margin-bottom: 0;
}
.con6 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.con6 .title{
    margin-bottom: 30px;
}
.con6 .con6lef {
    width: 51.2%;
    float: left;
    overflow: hidden;
}

.con6 .con6lef .bdcon .tuwen {
    margin-left: 10px;
    margin-top: 20px;
}

.con6 .con6lef .bdcon .tuwen h3 {
    font-size: 16px;
    margin-top: 15px;
}

.con6 .con6lef .bdcon .tuwen .time {
    margin-top: 15px;
}

.con6 .con6lef .bdcon .list {
    width: 65.5%;
}

.con6 .zhengmtab .hd ul li {
    cursor: pointer;
    color: #333;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    font-size: 18px;
    position: relative;
}

.con6 .zhengmtab .hd li.oli {
    padding-left: 0;
    padding-right: 15px;
}

.con6 .zhengmtab .hd li.on {
    color: #4975b0;
}

.con6 .zhengmtab .hd {
    margin-bottom: 10px;
}

.con6 .zhengmtab .hd li:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #d6d6d6;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}

.con6 .con6rig {
    width: 45.5%;
    float: right;
    display: none;
}
.con6rig ul li {
    float: left;
    width: 50%;
    margin-bottom: 45px;
    padding: 0 11px;
}

.con6rig ul li img {
    display: block;
    width: 100%;
}
.con6 .con6title {
    margin-bottom: 10px;
    display: none;
}

.con6 .con6title span {
    font-size: 21px;
    font-weight: bold;
    color: #496fb0;
    float: left;
}

.con6 .con6newsimg {
    width: 38px;
    height: 38px;
    float: right;
}

.con6 .con6newsimg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.con6 .con6leflist {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
}

.con6 .con6leflist li {
    margin-bottom: 0px;
    margin-right: 65px;
}
.con6 .con6leflist li:last-child {
    margin-right: 0;
}
.con6 .con6leflist a {
    display: block;
    width: 100px;
    height: 100px;
    padding: 10px 0;
}

.con6 .con6leflist a p {
    font-size: 16px;
    color: #555555;
    text-align: center;
}

.con6 .con6leflist a .itemimg {
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
}

.con6 .con6leflist a .itemimg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.con6 .zhengmtab{
    display: none;
}
.mb {
    margin-bottom: 0;
}
/* ä¿®æ”¹ç»“æŸ*/

.con6 .list li a {
    height: 45px;
    line-height: 45px;
}

.con2 .con2list {
    display: none;
}

.con7{
    /* margin-top: 30px; */
    margin: 30px 5px;
}
.con7 .title{
    margin-bottom: 30px;
}
.con7 .title a{
    font-size: 24px;
    color: #d50408;
    font-weight: bold;
}
.con7 .zt_show{
    background: #f9f9f9;
    padding: 27px 0 40px 0;
}
.con7 .zt_show .container{
    position: relative;
}
.con7 .zt_show .zt_first{
    float: left;
    width: 580px;
}
.con7 .zt_show .zt_lb{
    float: left;
    margin-left: 40px;
    width: 580px;
    overflow: hidden;
}
.con7 .zt_show .zt_lb .bd li{
    width: 270px;
    margin-right: 40px;
}
.con7 .zt_show .zt_first>a{
    display: block;
    width: 100%;
    height: 120px;
}
.con7 .zt_show .zt_first img{
    width: 100%;
    height: 100%;
}
.con7 .zt_show .zt_lb .bd li>a{
    display: block;
    width: 100%;
    height: 120px;
}
.con7 .zt_show .zt_lb .bd li img{
    width: 100%;
    height: 100%;
}
.con7 .zt_show .zt_title{
    text-align: center;
    height: 62px;
    line-height: 61px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-top: none;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con7 .zt_show .zt_title a{
    font-size: 18px;
    color: #333;
}
.con7 .zt_show .zt_lb .next{
    width: 42px;
    height: 42px;
    background: url("/picture/2762/2206231853300866498.png") no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -72px;
    transform: translateY(-50%);
}
.con7 .zt_show .zt_lb .prev{
    width: 42px;
    height: 42px;
    background: url("/picture/2762/2206231853301439255.png") no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -72px;
    transform: translateY(-50%);
}
.con6_main .con6_left{
    float: left;
    width: 380px;
    box-shadow: 0 2px 12px rgba(153, 153, 153, 0.4);
    padding: 8px 29px 24px 29px;
}
.con6_main .con6_left ul{
    margin-right: -26px;
}
.con6_main .con6_left ul li{
    float: left;
    width: 148px;
    height: 128px;
    margin-right: 26px;
    margin-top: 19px;
    padding-top: 25px;
    border: 1px solid #eaeef9;
    text-align: center;
    background: #f6f9ff;
}
.con6_main .con6_left ul li .itemimg{
    height: 38px;
}
.con6_main .con6_left ul li p{
    font-size: 16px;
    color: #333;
    margin-top: 24px;
}
.con6_main .con6_center{
    float: left;
    width: 380px;
    margin-left: 30px;
    box-shadow: 0 2px 12px rgba(153, 153, 153, 0.4);
    padding: 27px 20px 27px 24px;
}
.con6_main .con6_center .center_title{
    height: 24px;
    line-height: 24px;
}
.con6_main .con6_center .center_title a{
    font-size: 24px;
    color: #333;
}
.con6_main .con6_center .zt{
    margin-top: 22px;
}
.con6_main .con6_center .zt .zt_left{
    float: left;
    width: 160px;
    height: 120px;
}
.con6_main .con6_center .zt .zt_left img{
    width: 100%;
    height: 100%;
    display: block;
}
.con6_main .con6_center .zt .zt_right{
    float: left;
    width: 160px;
    margin-left: 16px;
}
.con6_main .con6_center .zt .zt_right p{
    font-size: 14px;
    color: #333;
    height: 14px;
    line-height: 14px;
}
.con6_main .con6_center .zt .zt_right a{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin: 6px 0;
    display: inline-block;
}
.con6_main .con6_center .zt .zt_right span{
    font-size: 14px;
    color: #333;
    margin-top: 12px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
}
.con6_main .con6_center .fwms_list{
    margin-top: 16px;
}
.con6_main .con6_center .fwms_list ul li{
    height: 30px;
    line-height: 30px;
    background: url("list_ico.png") no-repeat left center;
    padding-left: 10px;
}
.con6_main .con6_center .fwms_list ul li a{
    float: left;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.con6_main .con6_center .fwms_list ul li .date{
    float: right;
    font-size: 14px;
}
@media screen and (max-width: 992px) {
    .con1,
    .con2,
    .con3,
    .con4,
    .con5,
    .con6 {
        width: 100%;
        box-sizing: border-box;
    }
    .center {
        width: 100%;
        padding: 0 10px;
        height: auto;
    }
    .center h1 {
        font-size: 16px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .center p {
        height: 19px;
        line-height: 19px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }
    .con1 {
        width: 100%;
        padding: 10px;
    }
    .con1 .slideBox .hd ul {
        padding-right: 10px;
    }
    .con1 .slideBox .bd li a p {
        padding-right: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #slideBox {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .con1 .slidetab {
        width: 100%;
    }
    .con1 .slidetab .hd ul li {
        font-size: 14px;
        white-space: nowrap;
    }

    .con1 .bd ul{

        height: 240px !important;
    }
    #cydj a img{
        width:95% !important;

    }
    .con1 .slideBox .bd li a img {
        height: 240px !important;
        width: 100%;
        display: block;
    }


    .con2 {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 0;
    }
    .con2 .picScroll-left {
        display: none;
    }
    .con2 .con2list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .con2 .con2list .item {
        width: 50%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .con2 .con2list .item img {
        display: block;
        width: 100%;
    }
    .con3 .con3lef {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .con3 .con3rig {
        width: 100%;
    }
    .con3 .con3rig .name {
        padding-left: 0;
    }
    .con3 .con3riglist {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px 10px 5px;
    }
    .con3 .con3riglist .item {
        float: none;
        width: 50%;
        padding: 0 5px;
        background-color: transparent;
    }
    .con3 .con3riglist .item a {
        font-size: 12px;
        width: 100%;
        background-color: #fff;
    }
    .con3 .con3riglist .item img {
        width: 32px;
    }
    .con4 #iconScroll-left {
        display: none;
    }
    .con4 #webiconScroll-left {
        display: block;
        overflow: hidden;
    }
    .con4 .fwbk1 .mode-list {
        display: none;
    }
    .con4 .fwbklist {
        padding: 0px 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con4 .fwbklist .item {
        width: 49%;
        height: 245px;
        margin-bottom: 10px;
        box-shadow: 0 0 8px #e5e5e5;
        overflow: hidden;
    }
    .con4 .fwbklist .item .mode-view {
        height: 100%;
    }
    .con4 .yjs-box1 {
        background-size: cover;
    }
    .con4 .futs1 ul {
        padding-top: 0px;
    }
    .con4 .futs1 ul li {
        margin-top: 0;
    }
    .con4 .futs1 ul li a {
        background-color: #fff;
    }
    .con4 .futs1 h5 {
        margin-top: 0;
        font-size: 28px;
        font-weight: bold;
    }
    .con4 .futs1 {
        padding: 10px 0;
    }
    .con4 .futs1 h6 {
        margin-top: 10px;
    }
    .con4 .more {
        width: 70%;
        display: block;
        border-radius: 5px;
        margin: 0 auto;
        height: 28px;
        line-height: 26px;
        color: #004892;
        border: 1px solid #004892;
        text-align: center;
    }
    .con4 .fwbk2 {
        padding: 30px 40px;
    }
    .con4 .webiconScroll-left {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        /* overflow: hidden; */
    }
    .con4 .webiconScroll-left .arrow-left {
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .con4 .webiconScroll-left .arrow-right {
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .con4 .webiconScroll-left .pic {
        display: block;
        width: 100%;
        height: 35px;
        margin-bottom: 5px;
        position: relative;
    }
    .con4 .webiconScroll-left .pic img {
        position: absolute;
        top: 0;
        left: 50%;
        max-height: 100%;
        transform: translateX(-50%);
    }
    .con4 .fwbk2 .webiconScroll-left .title {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .con4 .fwbk2 .webiconScroll-left .title a {
        font-size: 12px;
    }
    .con5 {
        width: 100%;
        padding: 0 10px;
    }
    .con5 .bigbanner {
        display: none;
    }
    .con5 .webbigbanner {
        display: block;
    }
    .con6 .con6inner {
        display: flex;
        flex-wrap: wrap;
    }
    .con6 .con6lef {
        width: 100%;
        float: none;
    }
    .con6 .con6lef .bdcon .tuwen {
        float: none;
        display: flex;
        padding-bottom: 20px;
        border-bottom: 1px solid #f5f5f5;
    }
    .con6 .con6lef .bdcon .list {
        float: none;
        width: 100%;
    }
    .con6 .con6lef .bdcon .tuwen h3 {
        font-size: 16px;
        margin-top: 0;
    }
    .con6 .con6lef .bdcon .tuwen img {
        width: 100px;
        margin-right: 10px;
    }
    .con6 .con6lef .bdcon .tuwen .tuweninfo {
        flex: 1;
    }
    .con6 .con6rig {
        width: 100%;
        background-color: #fff;
        border-width: 0;
        padding: 10px 0px;
    }
    .con6 .con6riglist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }
    .con6 .con6riglist li {
        float: none;
        width: 49%;
    }
    .con6 .con6riglist a {
        width: 100%;
    }
    .con6_main .con6_left{
        width: 98%;
        margin: 0 1% 20px 1%;
    }
    .con6_main .con6_left ul{
        margin-right: -2%;
    }
    .con6_main .con6_left ul li{
        width: 23%;
        margin-right: 2%;
    }
    .con6_main .con6_center{
        width: 48%;
        margin-left: 1%;
    }
    .con6{
        padding-bottom: 20px;
    }
    .con7 .zt_show .zt_first,
    .con7 .zt_show .zt_lb{
        width: 98%;
        margin: 0 1% 20px 1%;
    }
    .con7 .zt_show .zt_lb .next,
    .con7 .zt_show .zt_lb .prev{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .con6_main .con6_center{
        width: 98%;
        margin: 0 1% 20px 1%;
    }
}
				